From b4132da4c0b01ea67bc218003811fe8027651510 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Fri, 24 Mar 2023 06:55:08 +0100 Subject: [PATCH 1/3] Ignore CLion files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ From ece4d6bf9c6f3186326ed8bbf8b20287b35397a7 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Fri, 24 Mar 2023 06:55:47 +0100 Subject: [PATCH 2/3] Document that Arduino Portenta C33 is also using this PMIC. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df7119c..c431d2c 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ Library to handle the PMIC (Power Management IC) on the following Arduino boards - [Arduino Portenta H7 Lite](https://docs.arduino.cc/hardware/portenta-h7-lite) - [Arduino Portenta H7 Lite Connected](https://docs.arduino.cc/hardware/portenta-h7-lite-connected) - [Arduino Nicla Vision](https://docs.arduino.cc/hardware/nicla-vision) +- [Arduino Portenta C33](https://docs.arduino.cc/hardware/portenta-c33) From c6a49cf2ee91641e00cf3a9fc35969339157b306 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Fri, 24 Mar 2023 06:57:52 +0100 Subject: [PATCH 3/3] Prettify README to conform to Arduino standards. --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c431d2c..0661866 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# Arduino_PF1550 + +`Arduino_PF1550` +================ [![Check Arduino status](https://github.com/arduino-libraries/Arduino_PF1550/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_PF1550/actions/workflows/check-arduino.yml) [![Compile Examples status](https://github.com/arduino-libraries/Arduino_PF1550/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_PF1550/actions/workflows/compile-examples.yml) [![Spell Check status](https://github.com/arduino-libraries/Arduino_PF1550/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/Arduino_PF1550/actions/workflows/spell-check.yml) @@ -11,3 +13,29 @@ Library to handle the PMIC (Power Management IC) on the following Arduino boards - [Arduino Portenta H7 Lite Connected](https://docs.arduino.cc/hardware/portenta-h7-lite-connected) - [Arduino Nicla Vision](https://docs.arduino.cc/hardware/nicla-vision) - [Arduino Portenta C33](https://docs.arduino.cc/hardware/portenta-c33) + +## :mag_right: Resources + +* [How to install a library](https://www.arduino.cc/en/guide/libraries) +* [Help Center](https://support.arduino.cc/) +* [Forum](https://forum.arduino.cc) + +## :bug: Bugs & Issues + +If you want to report an issue with this library, you can submit it to the [issue tracker](https://github.com/arduino-libraries/Arduino_Braccio_plusplus/issues) of this repository. Remember to include as much detail as you can about your hardware set-up, code and steps for reproducing the issue. Make sure you're using an original Arduino board. + +## :technologist: Development + +There are many ways to contribute: + +* Improve documentation and examples +* Fix a bug +* Test open Pull Requests +* Implement a new feature +* Discuss potential ways to improve this library + +You can submit your patches directly to this repository as Pull Requests. Please provide a detailed description of the problem you're trying to solve and make sure you test on real hardware. + +## :yellow_heart: Donations + +This open-source code is maintained by Arduino with the help of the community. We invest a considerable amount of time in testing code, optimizing it and introducing new features. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term.