{"id":17775086,"url":"https://github.com/adkron/grovepi","last_synced_at":"2025-10-17T00:16:32.341Z","repository":{"id":57503605,"uuid":"83508865","full_name":"adkron/grovepi","owner":"adkron","description":"Use the GrovePi in Elixir","archived":false,"fork":false,"pushed_at":"2019-05-27T14:39:31.000Z","size":648,"stargazers_count":48,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-01T09:29:04.755Z","etag":null,"topics":["elixir","grovepi","nerves"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adkron.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-01T03:49:17.000Z","updated_at":"2025-08-27T12:11:50.000Z","dependencies_parsed_at":"2022-08-30T01:30:19.406Z","dependency_job_id":null,"html_url":"https://github.com/adkron/grovepi","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/adkron/grovepi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adkron%2Fgrovepi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adkron%2Fgrovepi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adkron%2Fgrovepi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adkron%2Fgrovepi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adkron","download_url":"https://codeload.github.com/adkron/grovepi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adkron%2Fgrovepi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279258993,"owners_count":26135825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","grovepi","nerves"],"created_at":"2024-10-26T21:54:40.735Z","updated_at":"2025-10-17T00:16:32.324Z","avatar_url":"https://github.com/adkron.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrovePi\n\n[![Build Status](https://travis-ci.org/adkron/grovepi.svg?branch=master)](https://travis-ci.org/adkron/grovepi)\n\nUse the [GrovePi+][dexter] and sensors in Elixir on a Raspberry Pi. If you have\na Beaglebone Green or other port that has direct access to sensors (rather than\ngoing through a GrovePi+), take a look at [nerves_grove][nerves_grove].\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `grovepi` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:grovepi, \"~\u003e 0.5.1\"}]\nend\n```\n\nThe `grovepi` library uses [Elixir Circuits - I2C][circuits_i2c] for I2C communication to the\nGrovePi+. This only works on Raspberry Pi computers. If you're working on\nanother platform, a stub is available for debugging and testing. When building\n`grovepi` standalone, be aware that `circuits_i2c` is only used for `MIX_ENV=prod`\nbuilds. To use the stub in your own programs, add the following to your\nconfiguration:\n\n```elixir\n  config :grovepi, :i2c, GrovePi.I2C\n```\n\n## API Documentation\n\nSee the generated documentation at [hexdocs.pm/grovepi][docs].\n\n# Contributions\n\nWe welcome contributions to tackle issues in GrovePi.\n\n## Setup\n\nFirst fork the repository and fetch your own copy\n\n```bash\nmix deps.get\nmix test\n```\n\n## Submitting a Pull Request\n\n1. [Fork the repository.][fork]\n2. [Create a topic branch.][branch]\n3. Add tests for your unimplemented feature or bug fix.\n4. Run `mix test`. If your tests pass, return to step 3.\n5. Implement your feature or bug fix.\n6. Run `mix test`. If your tests fail, return to step 5.\n7. Commit, and push your changes.\n8. [Submit a pull request.][pr]\n\n## Running Tests\n\nAll tests can be run with `mix test` or a single test file can be run\nwith `mix test path/to/file_test.exs`.\n\nIf you would like tests to run in the background as you change files you\ncan run `mix test.watch`.\n\n[dexter]: https://www.dexterindustries.com/grovepi/\n[nerves_grove]: https://github.com/bendiken/nerves_grove/\n[circuits_i2c]: https://hex.pm/packages/circuits_i2c\n[docs]: https://hexdocs.pm/grovepi\n[fork]: https://help.github.com/fork-a-repo/\n[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/\n[pr]: https://help.github.com/articles/creating-a-pull-request/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadkron%2Fgrovepi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadkron%2Fgrovepi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadkron%2Fgrovepi/lists"}