{"id":21463132,"url":"https://github.com/gitmasternikanjam/atmosphere_arduino","last_synced_at":"2025-03-17T05:14:55.244Z","repository":{"id":262738972,"uuid":"888187255","full_name":"GitMasterNikanjam/Atmosphere_Arduino","owner":"GitMasterNikanjam","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-14T01:38:40.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T14:41:51.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GitMasterNikanjam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T00:53:22.000Z","updated_at":"2024-11-14T01:38:43.000Z","dependencies_parsed_at":"2024-11-14T02:29:09.848Z","dependency_job_id":"ebf1f3f9-4c32-4383-a312-4d60ca556ee4","html_url":"https://github.com/GitMasterNikanjam/Atmosphere_Arduino","commit_stats":null,"previous_names":["gitmasternikanjam/atmosphere_arduino"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitMasterNikanjam%2FAtmosphere_Arduino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitMasterNikanjam%2FAtmosphere_Arduino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitMasterNikanjam%2FAtmosphere_Arduino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitMasterNikanjam%2FAtmosphere_Arduino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GitMasterNikanjam","download_url":"https://codeload.github.com/GitMasterNikanjam/Atmosphere_Arduino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243976484,"owners_count":20377691,"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","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":[],"created_at":"2024-11-23T07:18:57.743Z","updated_at":"2025-03-17T05:14:55.223Z","avatar_url":"https://github.com/GitMasterNikanjam.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cAtmosphere.h\u003e library for Arduino\n\n- This library can be used to measure atmosphere properties by variaty of sensors.  \n- User can select and customize which sensors that want to use.   \n- Each model type sensor has its own class.   \n\n## \"Atmosphere_BMP180\" Class\n\n### Public Member Functions\n\n```c++\n\n/**\n      @brief Init object. Check parameters.\n      @return true if succeeded.\n    */\n    bool init(void);\n\n    /**\n      @brief Read and update values of object.\n    */\n    void update(void);\n\n```\n\n### Public Member Variables\n\n```c++\n\n/// @brief Last error accured for object.\n    String errorMessage;\n    \n    /**\n      @struct ParametersStructure\n      @brief Parameters structure.\n    */\n    struct ParametersStructure\n    {\n      /// @brief Number of samples that is used for average calculations.\n      uint8_t SAMPLE_USE;\n    }parameters;\n\n    /**\n      @struct ValuesStructure\n      @brief Values structure.\n    */\n    struct ValuesStructure\n    {\n      /// @brief Temperature value. [Celcius]\n      float temperature;\n\n      /// @brief Pressure value. [Pa]\n      float pressure;\n\n      /// @brief Density value. [Kg/m^3]\n      float density;\n\n      /// @brief Altitude from mean sea level. [m]\n      float altitude;\n    }value;\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitmasternikanjam%2Fatmosphere_arduino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitmasternikanjam%2Fatmosphere_arduino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitmasternikanjam%2Fatmosphere_arduino/lists"}