Skip to content

modiefied API setPad#3

Open
Rocketct wants to merge 41 commits intomaidnl:rev4from
Rocketct:master
Open

modiefied API setPad#3
Rocketct wants to merge 41 commits intomaidnl:rev4from
Rocketct:master

Conversation

@Rocketct
Copy link

No description provided.

dependabot bot and others added 2 commits October 13, 2022 01:09
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 1 to 2.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Commits](GeekyEggo/delete-artifact@v1...v2)

---
updated-dependencies:
- dependency-name: geekyeggo/delete-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…abot/github_actions/geekyeggo/delete-artifact-2

Bump geekyeggo/delete-artifact from 1 to 2
@Rocketct Rocketct force-pushed the master branch 3 times, most recently from bc9253d to 735cb53 Compare October 13, 2022 12:28
@Rocketct Rocketct force-pushed the master branch 2 times, most recently from e0b7052 to f62bf66 Compare October 19, 2022 14:36
Added support for imperial quanties for pressure and IMU sensor
Added support for BME68x's air quality measure functionalities
facchinm and others added 5 commits October 20, 2022 15:21
added Air quality and imperial quantities
Bumps [carlosperate/download-file-action](https://github.com/carlosperate/download-file-action) from 1 to 2.
- [Release notes](https://github.com/carlosperate/download-file-action/releases)
- [Commits](carlosperate/download-file-action@v1...v2)

---
updated-dependencies:
- dependency-name: carlosperate/download-file-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…abot/github_actions/carlosperate/download-file-action-2

Bump carlosperate/download-file-action from 1 to 2
marqdevx and others added 15 commits November 16, 2022 13:33
* Testing and adjusting examples

- adjusted display examples to fit round display

- renamed strandtest to LED_Blink

- changed Qtouch button layout for improved usability

- add check for board revision
The "Arduino_MKRIoTCarrier" library has a dependency on "BSEC Software Library". The recent 1.7.1492 release of that library has a bug in its `#include` directives that causes compilation to fail with a "`No such file or directory`" error.

When "Arduino_MKRIoTCarrier" is installed via the Arduino Library Manager, the dependencies listed in the `depends` metadata field are also installed. Arduino IDE 2.x and Arduino CLI (>=0.7.0)  support version constraints in this field:

https://arduino.github.io/arduino-cli/latest/library-specification/#version-constraints

If a constraint is provided in this field, Library Manager will install the appropriate version of the dependency. Arduino IDE 1.x does not recognize dependency version constraints, but is compatible with this metadata in that it is simply ignored and does not cause any change in the behavior of the Library Manager installation.

Using the version constraint to "pin" the "BSEC Software Library" to the last good version (1.6.1480) will mitigate the breakage caused by the bad 1.7.1492 release of that dependency by ensuring the good version is installed along with "Arduino_MKRIoTCarrier" when the user does the installation via the Arduino IDE 2.x or Arduino CLI Library Manager. It is only a partial mitigation because breakage will still be experienced by users under other conditions:

- Using Arduino Cloud (which will use the latest available dependency version regardless of constraints in the metadata)
- Using Arduino IDE 1.x
- Updates "BSEC Software Library" separately
Pin "BSEC Software Library" dependency at working version
…bsec

Embed the BSEC library @ v1.6.1480 as a temporary workaround
Updated names for sensor examples, removing the name of the sensor and clarifying the use case.

E.g. "ENV-HTS221" > "TemperatureHumidity"
…derby/update-example-names

Rename example folders for sensors
dependabot bot and others added 5 commits September 5, 2023 01:53
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…abot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
Remove Compiler Warning

warning: control reaches end of non-void function [-Wreturn-type]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants